home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / BlueBox Spy / Blue Box Daemon / source / NetServer_DebugHeaders.h < prev    next >
Encoding:
Text File  |  1998-08-06  |  691 b   |  24 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    NetServer_DebugHeaders.h    ©1996-1998 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.  
  7. #if __POWERPC__
  8.     #include "NetServer_DebugHeadersPPC++"
  9.     
  10. #elif __CFM68K__
  11.     #include "NetServer_DebugHeadersCFM68K++"
  12.     
  13. #else
  14.     #include "NetServer_DebugHeaders68K++"
  15. #endif
  16.  
  17.     // dnr.c won't compile unless you force activate the C++ compiler
  18.     // or do the following.  dnr.c is out of date, but required for MacTCP
  19.     // support.
  20.  
  21. #include <PP_PCH_Options.h>
  22.  
  23.     // Define your project-wide debugging symbols here
  24.